'Declaration Public Overloads Sub PointsFromVisualToolSpaceToPageSpace( _
ByVal pointsProvides points, in the visual tool coordinate space, to convert; returns the converted points, in the PDF page coordinate space.() As System.Windows.Point, _
ByVal imageThe image associated with PDF page.As Vintasoft.Imaging.VintasoftImage _
)
public void PointsFromVisualToolSpaceToPageSpace(
System.Windows.Point[] points,
Vintasoft.Imaging.VintasoftImage image
)
public: void PointsFromVisualToolSpaceToPageSpace(
System.Windows.Point[]* points,
Vintasoft.Imaging.VintasoftImage* image
)
public:
void PointsFromVisualToolSpaceToPageSpace(
array<System.Windows.Point>^ points,
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- points
- Provides points, in the visual tool coordinate space, to convert; returns the converted points, in the PDF page coordinate space.
- image
- The image associated with PDF page.